home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2010 Summer - Disc 1
/
WN_Ete2010_CD1.iso
/
Onglet5
/
Weezo
/
Weezo setup.exe
/
{code_appDir}
/
www
/
themes
/
nature
/
menu.php
< prev
next >
Wrap
PHP Script
|
2010-05-19
|
581b
|
17 lines
<?php
$theme['output']='normal';
$theme['frames']=true;
$theme['screenSize']='monitor';
$theme['output']='normal';
$theme['frames']=true;
$theme['framelessDesktop']=1;
$theme['screenSize']='monitor';
$theme['menuFrame']=array(
'position'=>'bottom',
'size'=>'30',
'scrolling'=>'no'
);
$theme['mainFrame']=array();
$theme['winEmptyHTML']='<body style="background:#EEFFF2;cursor:wait"><div style="position:absolute;left:50%; top:50%"><img src="/gfx/loadingBig.gif" alt="" style="position:relative;top:-1000px;left:-50%" onload="this.style.top=0"></div></body>';
?>